home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- global gLevel
- gLevel = 3
- set the backColor of sprite 31 to 245
- set the backColor of sprite 32 to 245
- set the backColor of sprite 33 to 245
- set the backColor of sprite 34 to 250
- if marker(0) = 25 then
- TurnOffDepthPuppets()
- TurnOffVolumePuppets()
- end if
- if marker(0) = 35 then
- TurnOffTempoPuppets()
- end if
- go("Tempo")
- end
-